Package org.fisco.bcos.sdk.abi.wrapper
Class ABIObjectFactory
java.lang.Object
org.fisco.bcos.sdk.abi.wrapper.ABIObjectFactory
public class ABIObjectFactory
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ABIObjectFactory() -
Method Summary
Modifier and Type Method Description static ABIObjectbuildRawTypeObject(java.lang.String rawType)build ABIObject by raw type namestatic ABIObjectbuildTypeObject(ABIDefinition.NamedType namedType)static ABIObjectcreateEventInputObject(ABIDefinition abiDefinition)static ABIObjectcreateInputObject(ABIDefinition abiDefinition)static ABIObjectcreateOutputObject(ABIDefinition abiDefinition)static ABIObjectcreatEventObjectWithOutIndexed(java.util.List<ABIDefinition.NamedType> namedTypes)
-
Constructor Details
-
ABIObjectFactory
public ABIObjectFactory()
-
-
Method Details
-
createInputObject
-
createOutputObject
-
createEventInputObject
-
creatEventObjectWithOutIndexed
public static ABIObject creatEventObjectWithOutIndexed(java.util.List<ABIDefinition.NamedType> namedTypes) -
buildRawTypeObject
build ABIObject by raw type name- Parameters:
rawType- the rawType of the object- Returns:
- the built ABIObject
-
buildTypeObject
-