public final class AttributeTypes extends Object
public static AttributeType<Boolean> booleanType()
public static AttributeType<String> stringType()
public static AttributeType<Integer> integerNumberType()
public static AttributeType<Long> longNumberType()
public static AttributeType<Short> shortNumberType()
public static AttributeType<Byte> byteNumberType()
public static AttributeType<Double> doubleNumberType()
public static AttributeType<Float> floatNumberType()
public static AttributeType<Set<Integer>> integerNumberSetType()
public static AttributeType<Set<Long>> longNumberSetType()
public static AttributeType<Set<Short>> shortNumberSetType()
public static AttributeType<Set<Byte>> byteNumberSetType()
public static AttributeType<Set<Double>> doubleNumberSetType()
public static AttributeType<Set<Float>> floatNumberSetType()
public static AttributeType<ByteBuffer> binaryType()
public static AttributeType<Set<ByteBuffer>> binarySetType()
public static AttributeType<Set<String>> stringSetType()
public static <T> AttributeType<List<T>> listType(AttributeType<T> elementType)
public static <T> AttributeType<Map<String,T>> mapType(AttributeType<T> mappedValueType)
public static <T> AttributeType<T> documentMapType(TableSchema<T> documentSchema)
public static <T extends Number> AttributeType<T> numberType(Function<String,T> stringToNumber)
Copyright © 2019. All rights reserved.