@AutoService(value=org.nuiton.converter.NuitonConverter.class) public class DdCoordinateConverter extends Object implements org.nuiton.converter.NuitonConverter<DdCoordinate>
| Modifier and Type | Field and Description |
|---|---|
protected char |
fillChar |
protected boolean |
forLongitude |
protected String |
nullValue |
protected boolean |
useSign |
| Constructor and Description |
|---|
DdCoordinateConverter() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
convert(Class<T> aClass,
Object value) |
Class<DdCoordinate> |
getType() |
protected boolean |
isEnabled(Class<?> aClass) |
void |
setDisplayZeroWhenNull(boolean displayZeroWhenNull) |
void |
setFillWithZero(boolean fillWithZero) |
void |
setForLongitude(boolean forLongitude) |
void |
setUseSign(boolean useSign) |
protected boolean useSign
protected boolean forLongitude
protected String nullValue
protected char fillChar
public void setUseSign(boolean useSign)
public void setForLongitude(boolean forLongitude)
public void setDisplayZeroWhenNull(boolean displayZeroWhenNull)
public void setFillWithZero(boolean fillWithZero)
public <T> T convert(Class<T> aClass, Object value)
convert in interface org.apache.commons.beanutils.Converterprotected boolean isEnabled(Class<?> aClass)
public Class<DdCoordinate> getType()
getType in interface org.nuiton.converter.NuitonConverter<DdCoordinate>Copyright © 2008–2018 Ultreia.io. All rights reserved.