Uses of Annotation Interface
org.infinispan.protostream.annotations.ProtoFactory
Packages that use ProtoFactory
Package
Description
Generates schemas for various protobuf builtin types, the ones found in the 'google.protobuf' package of the
reference implementation.
-
Uses of ProtoFactory in org.infinispan.protostream.types.java.arrays
Methods in org.infinispan.protostream.types.java.arrays with annotations of type ProtoFactoryModifier and TypeMethodDescriptionboolean[]BooleanArrayAdapter.create(int size) Boolean[]BoxedBooleanArrayAdapter.create(int size) Byte[]BoxedByteArrayAdapter.create(int size) Double[]BoxedDoubleArrayAdapter.create(int size) Float[]BoxedFloatArrayAdapter.create(int size) Integer[]BoxedIntegerArrayAdapter.create(int size) Long[]BoxedLongArrayAdapter.create(int size) Short[]BoxedShortArrayAdapter.create(int size) double[]DoubleArrayAdapter.create(int size) float[]FloatArrayAdapter.create(int size) int[]IntArrayAdapter.create(int size) long[]LongArrayAdapter.create(int size) Object[]ObjectArrayAdapter.create(int size) short[]ShortArrayAdapter.create(int size) String[]StringArrayAdapter.create(int size) -
Uses of ProtoFactory in org.infinispan.protostream.types.java.collections
Methods in org.infinispan.protostream.types.java.collections with annotations of type ProtoFactory -
Uses of ProtoFactory in org.infinispan.protostream.types.java.math
Methods in org.infinispan.protostream.types.java.math with annotations of type ProtoFactoryModifier and TypeMethodDescription(package private) BigDecimalBigDecimalAdapter.create(byte[] unscaledValue, int scale) (package private) BigIntegerBigIntegerAdapter.create(byte[] bytes) -
Uses of ProtoFactory in org.infinispan.protostream.types.java.time
Methods in org.infinispan.protostream.types.java.time with annotations of type ProtoFactoryModifier and TypeMethodDescription(package private) LocalDate(package private) LocalDateTime(package private) LocalTime(package private) MonthDay(package private) OffsetTimeOffsetTimeAdapter.create(LocalTime localTime, ZoneOffset offset) (package private) Period(package private) Year(package private) ZonedDateTime(package private) ZoneId(package private) ZoneOffset -
Uses of ProtoFactory in org.infinispan.protostream.types.java.util
Methods in org.infinispan.protostream.types.java.util with annotations of type ProtoFactory -
Uses of ProtoFactory in org.infinispan.protostream.types.protobuf
Constructors in org.infinispan.protostream.types.protobuf with annotations of type ProtoFactoryModifierConstructorDescriptionBoolValue(boolean value) BytesValue(byte[] value) DoubleValue(double value) Duration(long seconds, long nanos) Empty()FloatValue(float value) Int32Value(int value) Int64Value(long value) StringValue(String value) Timestamp(long seconds, long nanos) UInt32Value(int value) UInt64Value(long value)