Class PropertyUtils


  • public class PropertyUtils
    extends Object
    • Constructor Detail

      • PropertyUtils

        public PropertyUtils()
    • Method Detail

      • setBeanAccess

        public void setBeanAccess​(BeanAccess beanAccess)
      • setAllowReadOnlyProperties

        public void setAllowReadOnlyProperties​(boolean allowReadOnlyProperties)
      • isAllowReadOnlyProperties

        public boolean isAllowReadOnlyProperties()
      • setSkipMissingProperties

        public void setSkipMissingProperties​(boolean skipMissingProperties)
        Skip properties that are missing during deserialization of YAML to a Java object. The default is false.
        Parameters:
        skipMissingProperties - true if missing properties should be skipped, false otherwise.
      • isSkipMissingProperties

        public boolean isSkipMissingProperties()