Interface ComponentBoundCustomization
-
- All Known Implementing Classes:
ClassCustomization,ContainerCustomization,CreatorCustomization,PropertyCustomization
public interface ComponentBoundCustomizationCustomization 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 AdapterBindinggetDeserializeAdapterBinding()DeserializerBindinggetDeserializerBinding()Deserializer wrapper with resolved generic info.AdapterBindinggetSerializeAdapterBinding()SerializerBindinggetSerializerBinding()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
-
-