Interface DataStringCodec<T>
-
- All Superinterfaces:
Codec<String,T,IllegalArgumentException>
,Deserializer<T,String,IllegalArgumentException>
,IllegalArgumentCodec<String,T>
,Serializer<String,T,IllegalArgumentException>
,UncheckedCodec<String,T,IllegalArgumentException>
,UncheckedDeserializer<String,T,IllegalArgumentException>
,UncheckedSerializer<T,String,IllegalArgumentException>
- All Known Implementing Classes:
AbstractDataStringCodec
,AbstractIntegerStringCodec
,BinaryStringCodec
,BitsStringCodec
,BooleanStringCodec
,DecimalStringCodec
,EnumStringCodec
,StringStringCodec
,TypeDefinitionAwareCodec
public interface DataStringCodec<T> extends IllegalArgumentCodec<String,T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NonNull Class<T>
getInputClass()
-
Methods inherited from interface org.opendaylight.yangtools.concepts.Codec
deserialize, serialize
-
Methods inherited from interface org.opendaylight.yangtools.concepts.UncheckedDeserializer
serialize
-
Methods inherited from interface org.opendaylight.yangtools.concepts.UncheckedSerializer
deserialize
-
-