Returns the list of decoder classes for this endpoint. @return The list of decoder classes
()
| 38 | * @return The list of decoder classes |
| 39 | */ |
| 40 | List<Class<? extends Decoder>> getDecoders(); |
| 41 | |
| 42 | /** |
| 43 | * Returns a map of user properties associated with this endpoint configuration. |
no outgoing calls
no test coverage detected