Uses of Class
science.aist.neo4j.reflective.ClassInformation
-
Packages that use ClassInformation Package Description science.aist.neo4j.reflective -
-
Uses of ClassInformation in science.aist.neo4j.reflective
Fields in science.aist.neo4j.reflective declared as ClassInformation Modifier and Type Field Description protected ClassInformationReflectiveNeo4JNodeRepositoryImpl. infoMetadata for storage purposesprotected ClassInformationReflectiveNeo4JRelationshipRepositoryImpl. infoMetadata for storage purposesprotected ClassInformationRelationshipInformation. targetClassInformationMethods in science.aist.neo4j.reflective that return ClassInformation Modifier and Type Method Description static ClassInformationClassInformation. constructClassInformation(Class clazz)Constructs the Class Information from a given class.static ClassInformationClassInformation. constructClassInformation(Class clazz, boolean namespaceaware)Constructs the Class Information from a given class.protected static ClassInformationClassInformation. constructClassInformation(ParameterizedType targetClass, String relationshipName)Constructs the Class information from a given class including the GENERIC TYPES.ClassInformationRelationshipInformation. getTargetClassInformation()ClassInformationRelationshipInformation. getTargetClassInformation(Object o)For runtime decision making -> hand it an object, and the system will get the class info from itMethods in science.aist.neo4j.reflective with parameters of type ClassInformation Modifier and Type Method Description protected voidRelationshipInformation. setTargetClassInformation(ClassInformation targetClassInformation)
-