Interface Factory<T>

All Superinterfaces:
Serializable
All Known Implementing Classes:
CachingFactory

@Internal public interface Factory<T> extends Serializable
A Factory interface for schema-related objects for a specific Java type.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(TypeDescriptor<?> typeDescriptor, Schema schema)