Interface HasLoaderSupport
- All Known Implementing Classes:
StudioDisplayModePropertiesLoader
public interface HasLoaderSupport
-
Method Summary
Modifier and TypeMethodDescriptionloadBoolean(org.dom4j.Element element, String attributeName) default voidloadBoolean(org.dom4j.Element element, String attributeName, Consumer<Boolean> setter) loadDouble(org.dom4j.Element element, String attributeName) default voidloadDouble(org.dom4j.Element element, String attributeName, Consumer<Double> setter) default <T extends Enum<T>>
voidloadInteger(org.dom4j.Element element, String attributeName) default voidloadInteger(org.dom4j.Element element, String attributeName, Consumer<Integer> setter) loadString(org.dom4j.Element element, String attributeName) loadString(org.dom4j.Element element, String attributeName, boolean emptyToNull) default voidloadString(org.dom4j.Element element, String attributeName, Consumer<String> setter)
-
Method Details
-
loadString
-
loadString
-
loadBoolean
-
loadInteger
-
loadDouble
-
loadEnum
-
loadString
-
loadBoolean
-
loadInteger
-
loadDouble
-
loadEnum
-