Uses of Class
org.infinispan.protostream.annotations.impl.types.ReflectionTypeFactory.ReflectionClass
Packages that use ReflectionTypeFactory.ReflectionClass
Package
Description
Abstract unified representation of Java language types, to isolate code generation from direct dependencies on the
actual type system implementation.
-
Uses of ReflectionTypeFactory.ReflectionClass in org.infinispan.protostream.annotations.impl.types
Fields in org.infinispan.protostream.annotations.impl.types declared as ReflectionTypeFactory.ReflectionClassModifier and TypeFieldDescriptionprivate final ReflectionTypeFactory.ReflectionClassReflectionTypeFactory.ReflectionConstructor.declaringClassprivate final ReflectionTypeFactory.ReflectionClassReflectionTypeFactory.ReflectionField.declaringClassprivate final ReflectionTypeFactory.ReflectionClassReflectionTypeFactory.ReflectionMethod.declaringClassConstructors in org.infinispan.protostream.annotations.impl.types with parameters of type ReflectionTypeFactory.ReflectionClassModifierConstructorDescription(package private)ReflectionConstructor(ReflectionTypeFactory.ReflectionClass declaringClass, Constructor<?> constructor) (package private)ReflectionField(ReflectionTypeFactory.ReflectionClass declaringClass, Field field, XEnumConstant enumConstant) (package private)ReflectionMethod(ReflectionTypeFactory.ReflectionClass declaringClass, Method method)