Class TypeInfo
java.lang.Object
de.danielbechler.diff.instantiation.TypeInfo
Holds type information gathered during introspection and serves as factory for new instances of that type.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPropertyAccessor(PropertyAwareAccessor propertyAccessor) Class<?>getType()Creates a new instance of the represented type using the underlyingInstanceFactory.voidsetInstanceFactory(InstanceFactory instanceFactory)
-
Constructor Details
-
TypeInfo
-
-
Method Details
-
addPropertyAccessor
-
getType
-
newInstance
Creates a new instance of the represented type using the underlyingInstanceFactory. -
getAccessors
-
setInstanceFactory
-