| Modifier and Type | Method and Description |
|---|---|
Lang._ConvertStage<FROM> |
customTypeConverters(TypeConverterRegistry typeConverterRegistry) |
Lang._ConvertStage<FROM> |
defaultTo(Object defVal) |
Lang._ConvertStage<FROM> |
hint(Object hint) |
<NEW_FROM> Lang._ConvertStage<NEW_FROM> |
pipeline(Class<NEW_FROM> newFromClass) |
Lang._ConvertStage<FROM> |
reportError() |
Lang._ConvertStage<FROM> |
strictMatching() |
<TO> TO |
to(Class<TO> toType) |
boolean |
toBool() |
Boolean |
toBoolean() |
boolean |
toBooleanPrimitive() |
Byte |
toByte() |
byte[] |
toByteArray() |
ByteBuffer |
toByteBuffer() |
byte |
toBytePrimitive() |
char |
toChar() |
Character |
toCharacter() |
char |
toCharacterPrimitive() |
Date |
toDate() |
Double |
toDouble() |
double |
toDoublePrimitive() |
Float |
toFloat() |
float |
toFloatPrimitive() |
int |
toInt() |
Integer |
toInteger() |
int |
toIntegerPrimitive() |
Long |
toLong() |
long |
toLongPrimitive() |
Short |
toShort() |
short |
toShortPrimitive() |
String |
toString() |
public Lang._ConvertStage<FROM> defaultTo(Object defVal)
public Lang._ConvertStage<FROM> hint(Object hint)
public Lang._ConvertStage<FROM> reportError()
public Lang._ConvertStage<FROM> strictMatching()
public Lang._ConvertStage<FROM> customTypeConverters(TypeConverterRegistry typeConverterRegistry)
public <TO> TO to(Class<TO> toType)
public boolean toBool()
public boolean toBooleanPrimitive()
public Boolean toBoolean()
public char toChar()
public char toCharacterPrimitive()
public Character toCharacter()
public byte toBytePrimitive()
public Byte toByte()
public byte[] toByteArray()
public ByteBuffer toByteBuffer()
public short toShortPrimitive()
public Short toShort()
public int toIntegerPrimitive()
public Integer toInteger()
public int toInt()
public float toFloatPrimitive()
public Float toFloat()
public long toLongPrimitive()
public Long toLong()
public double toDoublePrimitive()
public Double toDouble()
public Date toDate()
public <NEW_FROM> Lang._ConvertStage<NEW_FROM> pipeline(Class<NEW_FROM> newFromClass)
Copyright © 2014–2019 OSGL (Open Source General Library). All rights reserved.