Interface TypeNode

    • Method Detail

      • getType

        Class<?> getType()
        Get the Java Class associated with this node.
        Returns:
        The Java Class, may return null.
      • getTypeDefinition

        JavaTypeDefinition getTypeDefinition()
        Get the TypeDefinition associated with this node. The Class object contained in the TypeDefinition will always be equal to that which is returned by getType().
        Returns:
        The TypeDefinition, may return null
      • setType

        @Deprecated
        @InternalApi
        void setType​(Class<?> type)
        Deprecated.
        Set the Java Class associated with this node.
        Parameters:
        type - A Java Class