Package io.protostuff.parser
Class ErrorMap
java.lang.Object
io.protostuff.parser.ErrorMap
A sort of runtime error mechanism for st code generation to fail fast.
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
boolean
containsKey
(Object arg0) boolean
containsValue
(Object arg0) entrySet()
boolean
isEmpty()
keySet()
void
int
size()
values()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ErrorMap
private ErrorMap()
-
-
Method Details
-
clear
public void clear() -
containsKey
- Specified by:
containsKey
in interfaceMap<String,
Object>
-
get
-
containsValue
- Specified by:
containsValue
in interfaceMap<String,
Object>
-
entrySet
-
isEmpty
public boolean isEmpty() -
keySet
-
put
-
putAll
-
remove
-
size
public int size() -
values
-