Searched refs:nullIdentifier (Results 1 – 3 of 3) sorted by relevance
6 private String nullIdentifier; field in NullableConverter9 nullIdentifier = annotation.nullIdentifier() == null ? "null" : annotation.nullIdentifier(); in initialize()13 if(param instanceof String && ((String)param).trim().equalsIgnoreCase(nullIdentifier)){ in convert()
35 String nullIdentifier() default "null"; in nullIdentifier() method
34 public void shouldUseCustomNullIdentifier(@Nullable(nullIdentifier = "#null") String value) { in shouldUseCustomNullIdentifier()40 …public void shouldIgnoreDefaultNulllIdentifierWhenIsSpecifiedCustomOne(@Nullable(nullIdentifier = … in shouldIgnoreDefaultNulllIdentifierWhenIsSpecifiedCustomOne()