Class Instance<T>
java.lang.Object
org.dominokit.jacksonapt.deser.bean.Instance<T>
public class Instance<T>
extends java.lang.Object
Instance class.
- Version:
- $Id: $
- Author:
- Nicolas Morel
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>getBufferedProperties()Getter for the fieldbufferedProperties.TgetInstance()Getter for the fieldinstance.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Instance
Constructor for Instance.
- Parameters:
instance- a T object.bufferedProperties- aMapobject.
-
-
Method Details
-
getInstance
Getter for the field
instance.- Returns:
- a T object.
-
getBufferedProperties
public java.util.Map<java.lang.String,java.lang.String> getBufferedProperties()Getter for the field
bufferedProperties.- Returns:
- a
Mapobject.
-