Interface ComponentBoundCustomization
-
- All Known Implementing Classes:
ClassCustomization
,ContainerCustomization
,CreatorCustomization
,PropertyCustomization
public interface ComponentBoundCustomization
Customization which is aware of bound components, such as adapters and (de)serializers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdapterBinding
getDeserializeAdapterBinding()
DeserializerBinding
getDeserializerBinding()
Deserializer wrapper with resolved generic info.AdapterBinding
getSerializeAdapterBinding()
SerializerBinding
getSerializerBinding()
Serializer wrapper with resolved generic info.
-
-
-
Method Detail
-
getSerializeAdapterBinding
AdapterBinding getSerializeAdapterBinding()
- Returns:
- Adapter wrapper class with resolved generic information.
-
getDeserializeAdapterBinding
AdapterBinding getDeserializeAdapterBinding()
- Returns:
- Adapter wrapper class with resolved generic information.
-
getSerializerBinding
SerializerBinding getSerializerBinding()
Serializer wrapper with resolved generic info.- Returns:
- serializer wrapper
-
getDeserializerBinding
DeserializerBinding getDeserializerBinding()
Deserializer wrapper with resolved generic info.- Returns:
- deserializer wrapper
-
-