Class OperationChainDAO<OUT>

    • Constructor Detail

      • OperationChainDAO

        public OperationChainDAO()
      • OperationChainDAO

        public OperationChainDAO​(Operation operation)
      • OperationChainDAO

        public OperationChainDAO​(List<Operation> operations)
      • OperationChainDAO

        public OperationChainDAO​(OperationChain<?> operationChain)
    • Method Detail

      • getClassName

        public String getClassName()
        Get the class name of this class. This is set to always return null in order to prevent the serialised version of this class from containing the JSON type information that Jackson would use to deserialise JSON representations of this class.
        Returns:
        null
      • setClassName

        public void setClassName​(String className)