Class ReflectImpl
java.lang.Object
eu.mihosoft.vmf.runtime.core.internal.ReflectImpl
- All Implemented Interfaces:
Reflect
Deprecated.
Don't rely on this API. Seriously, don't rely on it!
Created by miho on 18.06.2018.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallTypes()
Deprecated.Returns all types of this VMF model.Deprecated.Returns the list of annotations of this object.Deprecated.Returns the list of properties of this object.void
Deprecated.void
setModelAPIClass
(Class<?> modelAPIClass) Deprecated.void
setStaticOnly
(boolean staticOnly) Deprecated.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. -
setModelAPIClass
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. -
allTypes
Deprecated.Description copied from interface:Reflect
Returns all types of this VMF model.
-