Class ReflectImpl

  • All Implemented Interfaces:
    Reflect

    @Deprecated
    public class ReflectImpl
    extends java.lang.Object
    implements Reflect
    Deprecated.
    Don't rely on this API. Seriously, don't rely on it! Created by miho on 18.06.2018.
    • Constructor Detail

      • ReflectImpl

        public ReflectImpl()
        Deprecated.
    • Method Detail

      • setModel

        public void setModel​(VObject model)
        Deprecated.
      • setStaticOnly

        public void setStaticOnly​(boolean staticOnly)
        Deprecated.
      • annotations

        public java.util.List<Annotation> annotations()
        Deprecated.
        Description copied from interface: Reflect
        Returns the list of annotations of this object.
        Specified by:
        annotations in interface Reflect
        Returns:
        the list of annotations of this object
      • properties

        public java.util.List<Property> properties()
        Deprecated.
        Description copied from interface: Reflect
        Returns the list of properties of this object.
        Specified by:
        properties in interface Reflect
        Returns:
        the list of properties of this object
      • type

        public Type type()
        Deprecated.
        Description copied from interface: Reflect
        Returns the type of this object.
        Specified by:
        type in interface Reflect