Interface RegistryInfo<T,​C>

  • Type Parameters:
    T -
    C -

    public interface RegistryInfo<T,​C>
    Represents the information in a class with XmlRegistry annotaion.

    This interface is only meant to be used as a return type from ModelBuilderI.

    Author:
    Kohsuke Kawaguchi
    • Method Detail

      • getReferences

        java.util.Set<TypeInfo<T,​C>> getReferences()
        Returns all the references to other types in this registry.
        Returns:
      • getClazz

        C getClazz()
        Returns the class with XmlRegistry.
        Returns: