Uses of Interface
org.infinispan.protostream.annotations.impl.types.XConstructor
Packages that use XConstructor
Package
Description
Representation of types based on javax.lang.model for annotation processing during compile time.
Abstract unified representation of Java language types, to isolate code generation from direct dependencies on the
actual type system implementation.
-
Uses of XConstructor in org.infinispan.protostream.annotations.impl.processor.types
Classes in org.infinispan.protostream.annotations.impl.processor.types that implement XConstructorMethods in org.infinispan.protostream.annotations.impl.processor.types that return XConstructorModifier and TypeMethodDescriptionMirrorTypeFactory.MirrorArray.getDeclaredConstructor(XClass... argTypes) MirrorTypeFactory.MirrorClass.getDeclaredConstructor(XClass... argTypes) MirrorTypeFactory.MirrorPrimitiveType.getDeclaredConstructor(XClass... argTypes) Methods in org.infinispan.protostream.annotations.impl.processor.types that return types with arguments of type XConstructorModifier and TypeMethodDescriptionIterable<? extends XConstructor> MirrorTypeFactory.MirrorArray.getDeclaredConstructors()Iterable<? extends XConstructor> MirrorTypeFactory.MirrorClass.getDeclaredConstructors()Iterable<? extends XConstructor> MirrorTypeFactory.MirrorPrimitiveType.getDeclaredConstructors() -
Uses of XConstructor in org.infinispan.protostream.annotations.impl.types
Classes in org.infinispan.protostream.annotations.impl.types that implement XConstructorMethods in org.infinispan.protostream.annotations.impl.types that return XConstructorModifier and TypeMethodDescriptionReflectionTypeFactory.ReflectionClass.getDeclaredConstructor(XClass... xArgTypes) XClass.getDeclaredConstructor(XClass... argTypes) Methods in org.infinispan.protostream.annotations.impl.types that return types with arguments of type XConstructorModifier and TypeMethodDescriptionIterable<? extends XConstructor> ReflectionTypeFactory.ReflectionClass.getDeclaredConstructors()Iterable<? extends XConstructor> XClass.getDeclaredConstructors()