Package com.syncleus.ferma.typeresolvers

  • Interface Summary 
    Interface Description
    TypeResolver
    Type resolvers resolve the frame type from the element being requested and may optionally store metadata about the frame type on the element.
  • Class Summary 
    Class Description
    PolymorphicTypeResolver
    This type resolver will use the Java class stored in the 'java_class' on the element.
    UntypedTypeResolver
    This type resolver simply returns the type requested by the client.