public class LongConverter extends Object implements Converter<Object,Long>
static LongConverter
INSTANCE
LongConverter()
Long
apply(Object input)
boolean
isConvertible(Class sourceClass, Class targetClass)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final LongConverter INSTANCE
public LongConverter()
public boolean isConvertible(Class sourceClass, Class targetClass)
isConvertible
Converter<Object,Long>
public Long apply(Object input)
apply
Function<Object,Long>
Copyright © 2020. All rights reserved.