Interface | Description |
---|---|
CleanCloseable | |
CloseableIterator<T> | |
EventHandler<T extends EventArgs> |
Class | Description |
---|---|
CollectionUtils | |
EventArgs |
Parent class for all EventArgs
|
EventHelper | |
ExceptionEventArgs | |
Lazy<T> | |
Reference<T> |
Models out parameters
|
SharpAwareJacksonAnnotationIntrospector |
Performs custom enum serialization for enums annotated with
UseSharpEnum
In Java there is convention for enums values: THIS_IS_ENUM, in .NET we have: ThisIsEnum. |
SharpEnum |
Utility class for inter-language enum conversion
|
Tuple<T,S> |
Represents tuple
|
VoidArgs |
Annotation Type | Description |
---|---|
SerializeUsingValue |
Marker annotation used - for serializing types using .NET enum conventions
When enum is marked as flags and exists in EnumSet it must also contain method:
int getValue() which returns int value used in flag
|
UseSharpEnum |
Marker annotation used - for serializing types using .NET enum conventions
|
Copyright © 2016. All Rights Reserved.