Searched refs:NO_STRINGS (Results 1 – 2 of 2) sorted by relevance
17 private final static String[] NO_STRINGS = new String[0]; field in TypeBindings21 private final static TypeBindings EMPTY = new TypeBindings(NO_STRINGS, NO_TYPES, null);54 _names = (names == null) ? NO_STRINGS : names; in TypeBindings()103 names = NO_STRINGS; in create()
32 private final static String[] NO_STRINGS = new String[0]; field in StringArrayDeserializer97 return NO_STRINGS; in getEmptyValue()280 return NO_STRINGS; in deserialize()