Class ReflectImpl

java.lang.Object
eu.mihosoft.vmf.runtime.core.internal.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 Summary

    Constructors 
    Constructor Description
    ReflectImpl()
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    java.util.List<Annotation> annotations()
    Deprecated.
    Returns the list of annotations of this object.
    java.util.List<Property> properties()
    Deprecated.
    Returns the list of properties of this object.
    void setModel​(VObject model)
    Deprecated.
     
    void setStaticOnly​(boolean staticOnly)
    Deprecated.
     
    Type type()
    Deprecated.
    Returns the type of this object.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface eu.mihosoft.vmf.runtime.core.Reflect

    annotationByKey, annotationsByKey, propertyByName
  • Constructor Details

  • Method Details

    • 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