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
getAdapterBinding()
Adapter wrapper class with resolved generic information.DeserializerBinding
getDeserializerBinding()
Deserializer wrapper with resolved generic info.SerializerBinding
getSerializerBinding()
Serializer wrapper with resolved generic info.
-
-
-
Method Detail
-
getAdapterBinding
AdapterBinding getAdapterBinding()
Adapter wrapper class with resolved generic information.- Returns:
- components wrapper
-
getSerializerBinding
SerializerBinding getSerializerBinding()
Serializer wrapper with resolved generic info.- Returns:
- serializer wrapper
-
getDeserializerBinding
DeserializerBinding getDeserializerBinding()
Deserializer wrapper with resolved generic info.- Returns:
- deserializer wrapper
-
-