Class IntrospectionManager
java.lang.Object
org.eclipse.epsilon.eol.execute.introspection.IntrospectionManager
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IModelgetModelThatKnowsAboutProperty(Object instance, String property, IEolContext context) getPropertyGetterFor(Object instance, String property, IEolContext context) getPropertySetterFor(Object instance, String property, IEolContext context) booleanisModelBasedProperty(Object instance, String property, IEolContext context) voidsetDefaultPropertyGetter(IPropertyGetter defaultPropertyGetter) voidsetDefaultPropertySetter(IPropertySetter defaultPropertySetter)
-
Field Details
-
defaultPropertyGetter
-
defaultPropertySetter
-
-
Constructor Details
-
IntrospectionManager
public IntrospectionManager()
-
-
Method Details
-
getPropertySetterFor
-
getPropertyGetterFor
-
isModelBasedProperty
-
getModelThatKnowsAboutProperty
public static IModel getModelThatKnowsAboutProperty(Object instance, String property, IEolContext context) -
getDefaultPropertyGetter
-
setDefaultPropertyGetter
-
getDefaultPropertySetter
-
setDefaultPropertySetter
-