Interface StructureVerifier

All Known Implementing Classes:
GoArrayType, GoBaseType, GoChanType, GoFuncType, GoInterfaceType, GoMapType, GoPlainType, GoPointerType, GoSliceType, GoStructType, GoType, GoTypeBridge

public interface StructureVerifier
Optional interface that allows a struct mapped object to verify itself after deserialization.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • isValid

      boolean isValid()