public static class ValueHandlerFactory.IntegerValueHandler extends ValueHandlerFactory.BaseValueHandler<Integer> implements Serializable
Modifier and Type | Field and Description |
---|---|
static ValueHandlerFactory.IntegerValueHandler |
INSTANCE |
Constructor and Description |
---|
IntegerValueHandler() |
Modifier and Type | Method and Description |
---|---|
Integer |
convert(Object value) |
render
public static final ValueHandlerFactory.IntegerValueHandler INSTANCE
public Integer convert(Object value)
convert
in interface ValueHandlerFactory.ValueHandler<Integer>
Copyright © 2017 JBoss by Red Hat. All rights reserved.