Class IntrospectionManager
java.lang.Object
org.eclipse.epsilon.eol.execute.introspection.IntrospectionManager
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic IModel
getModelThatKnowsAboutProperty
(Object instance, String property, IEolContext context) getPropertyGetterFor
(Object instance, String property, IEolContext context) getPropertySetterFor
(Object instance, String property, IEolContext context) boolean
isModelBasedProperty
(Object instance, String property, IEolContext context) void
setDefaultPropertyGetter
(IPropertyGetter defaultPropertyGetter) void
setDefaultPropertySetter
(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
-