Class DefaultPropertyBindingConfiguration

java.lang.Object
dev.metaschema.databind.codegen.config.DefaultPropertyBindingConfiguration
All Implemented Interfaces:
IMutablePropertyBindingConfiguration, IPropertyBindingConfiguration

public class DefaultPropertyBindingConfiguration extends Object implements IMutablePropertyBindingConfiguration
Default implementation of IMutablePropertyBindingConfiguration.
  • Constructor Details

    • DefaultPropertyBindingConfiguration

      public DefaultPropertyBindingConfiguration()
      Constructs a new empty property binding configuration.
    • DefaultPropertyBindingConfiguration

      public DefaultPropertyBindingConfiguration(@NonNull IPropertyBindingConfiguration config)
      Constructs a new property binding configuration by copying values from an existing configuration.
      Parameters:
      config - the configuration to copy from
  • Method Details