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
-
ReflectImpl
public ReflectImpl()Deprecated.
-
-
Method Details
-
setModel
Deprecated. -
setStaticOnly
public void setStaticOnly(boolean staticOnly)Deprecated. -
annotations
Deprecated.Description copied from interface:Reflect
Returns the list of annotations of this object.- Specified by:
annotations
in interfaceReflect
- Returns:
- the list of annotations of this object
-
properties
Deprecated.Description copied from interface:Reflect
Returns the list of properties of this object.- Specified by:
properties
in interfaceReflect
- Returns:
- the list of properties of this object
-
type
Deprecated.Description copied from interface:Reflect
Returns the type of this object.
-