Uses of Interface
org.infinispan.protostream.annotations.impl.types.XElement
-
Packages that use XElement Package Description org.infinispan.protostream.annotations Annotations for defining Protocol Buffers schemas in Java code.org.infinispan.protostream.annotations.impl.types Abstract unified representation of Java language types, to isolate code generation from direct dependencies on the actual type system implementation. -
-
Uses of XElement in org.infinispan.protostream.annotations
Methods in org.infinispan.protostream.annotations that return XElement Modifier and Type Method Description XElementProtoSchemaBuilderException. getElement()Constructors in org.infinispan.protostream.annotations with parameters of type XElement Constructor Description ProtoSchemaBuilderException(XElement element, String message)ProtoSchemaBuilderException(XElement element, String message, Throwable cause)ProtoSchemaBuilderException(XElement element, Throwable cause) -
Uses of XElement in org.infinispan.protostream.annotations.impl.types
Subinterfaces of XElement in org.infinispan.protostream.annotations.impl.types Modifier and Type Interface Description interfaceXClassinterfaceXConstructorinterfaceXEnumConstantinterfaceXExecutableinterfaceXFieldinterfaceXMemberinterfaceXMethod
-