Interface ExtendedTypeFactory

All Known Implementing Classes:
EnumTypeFactory, InternalUnsupportedTypeFactory, ValueObjectTypeFactory

public interface ExtendedTypeFactory
ExtendedType factory interface.
Since:
1.2
  • Method Summary

    Modifier and Type
    Method
    Description
    getType(Class<?> objectClass)
    Returns ExtendedType instance that can handle a given object class.
  • Method Details

    • getType

      ExtendedType getType(Class<?> objectClass)
      Returns ExtendedType instance that can handle a given object class. May return null indicating that the class can not be handled.