Returns the list of matched text decoders. @return the list of text decoder classes
()
| 620 | * @return the list of text decoder classes |
| 621 | */ |
| 622 | public List<Class<? extends Decoder>> getTextDecoders() { |
| 623 | return textDecoders; |
| 624 | } |
| 625 | |
| 626 | |
| 627 | /** |
no outgoing calls
no test coverage detected