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 Details

    • 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