Class StringUnmarshallerPredef
java.lang.Object
org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef
INTERNAL API
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Unmarshaller<String,T> _fromStringUnmarshallerFromByteStringUnmarshaller(Unmarshaller<org.apache.pekko.util.ByteString, T> bsum) static Unmarshaller<String,Object> static Unmarshaller<String,Object> static <T> Unmarshaller<String,scala.collection.immutable.Seq<T>> CsvSeq(Unmarshaller<String, T> unmarshaller) static Unmarshaller<String,Object> static Unmarshaller<String,Object> static Unmarshaller<String,Object> HexByte()static Unmarshaller<String,Object> HexInt()static Unmarshaller<String,Object> HexLong()static Unmarshaller<String,Object> HexShort()static Unmarshaller<String,Object> static Unmarshaller<String,Object> protected abstract static voidorg$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$booleanFromStringUnmarshaller_$eq(Unmarshaller<String, Object> x$1) protected abstract static voidorg$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$byteFromStringUnmarshaller_$eq(Unmarshaller<String, Object> x$1) protected abstract static voidorg$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$doubleFromStringUnmarshaller_$eq(Unmarshaller<String, Object> x$1) protected abstract static voidorg$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$floatFromStringUnmarshaller_$eq(Unmarshaller<String, Object> x$1) protected abstract static voidorg$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$HexByte_$eq(Unmarshaller<String, Object> x$1) protected abstract static voidorg$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$HexInt_$eq(Unmarshaller<String, Object> x$1) protected abstract static voidorg$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$HexLong_$eq(Unmarshaller<String, Object> x$1) protected abstract static voidorg$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$HexShort_$eq(Unmarshaller<String, Object> x$1) protected abstract static voidorg$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$intFromStringUnmarshaller_$eq(Unmarshaller<String, Object> x$1) protected abstract static voidorg$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$longFromStringUnmarshaller_$eq(Unmarshaller<String, Object> x$1) protected abstract static voidorg$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$shortFromStringUnmarshaller_$eq(Unmarshaller<String, Object> x$1) protected abstract static voidorg$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$uuidFromStringUnmarshaller_$eq(Unmarshaller<String, UUID> x$1) static Unmarshaller<String,Object> static Unmarshaller<String,UUID>
-
Constructor Details
-
StringUnmarshallerPredef
public StringUnmarshallerPredef()
-
-
Method Details
-
byteFromStringUnmarshaller
-
shortFromStringUnmarshaller
-
intFromStringUnmarshaller
-
longFromStringUnmarshaller
-
floatFromStringUnmarshaller
-
doubleFromStringUnmarshaller
-
booleanFromStringUnmarshaller
-
uuidFromStringUnmarshaller
-
HexByte
-
HexShort
-
HexInt
-
HexLong
-
_fromStringUnmarshallerFromByteStringUnmarshaller
public static <T> Unmarshaller<String,T> _fromStringUnmarshallerFromByteStringUnmarshaller(Unmarshaller<org.apache.pekko.util.ByteString, T> bsum) -
CsvSeq
public static <T> Unmarshaller<String,scala.collection.immutable.Seq<T>> CsvSeq(Unmarshaller<String, T> unmarshaller) -
org$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$byteFromStringUnmarshaller_$eq
protected abstract static void org$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$byteFromStringUnmarshaller_$eq(Unmarshaller<String, Object> x$1) -
org$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$shortFromStringUnmarshaller_$eq
protected abstract static void org$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$shortFromStringUnmarshaller_$eq(Unmarshaller<String, Object> x$1) -
org$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$intFromStringUnmarshaller_$eq
protected abstract static void org$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$intFromStringUnmarshaller_$eq(Unmarshaller<String, Object> x$1) -
org$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$longFromStringUnmarshaller_$eq
protected abstract static void org$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$longFromStringUnmarshaller_$eq(Unmarshaller<String, Object> x$1) -
org$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$floatFromStringUnmarshaller_$eq
protected abstract static void org$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$floatFromStringUnmarshaller_$eq(Unmarshaller<String, Object> x$1) -
org$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$doubleFromStringUnmarshaller_$eq
protected abstract static void org$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$doubleFromStringUnmarshaller_$eq(Unmarshaller<String, Object> x$1) -
org$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$booleanFromStringUnmarshaller_$eq
protected abstract static void org$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$booleanFromStringUnmarshaller_$eq(Unmarshaller<String, Object> x$1) -
org$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$uuidFromStringUnmarshaller_$eq
protected abstract static void org$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$uuidFromStringUnmarshaller_$eq(Unmarshaller<String, UUID> x$1) -
org$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$HexByte_$eq
protected abstract static void org$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$HexByte_$eq(Unmarshaller<String, Object> x$1) -
org$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$HexShort_$eq
protected abstract static void org$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$HexShort_$eq(Unmarshaller<String, Object> x$1) -
org$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$HexInt_$eq
protected abstract static void org$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$HexInt_$eq(Unmarshaller<String, Object> x$1) -
org$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$HexLong_$eq
protected abstract static void org$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$HexLong_$eq(Unmarshaller<String, Object> x$1)
-