Class ReflectImpl

java.lang.Object
eu.mihosoft.vmf.runtime.core.internal.ReflectImpl
All Implemented Interfaces:
Reflect

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

    • ReflectImpl

      public ReflectImpl()
      Deprecated.
  • Method Details

    • setModel

      public void setModel(VObject model)
      Deprecated.
    • setModelAPIClass

      public void setModelAPIClass(Class<?> modelAPIClass)
      Deprecated.
    • setStaticOnly

      public void setStaticOnly(boolean staticOnly)
      Deprecated.
    • annotations

      public 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 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
    • allTypes

      public List<Type> allTypes()
      Deprecated.
      Description copied from interface: Reflect
      Returns all types of this VMF model.
      Specified by:
      allTypes in interface Reflect
      Returns:
      all types of this VMF model