Uses of Record Class
dev.jcputney.mjml.css.CssDeclaration
Packages that use CssDeclaration
-
Uses of CssDeclaration in dev.jcputney.mjml.css
Methods in dev.jcputney.mjml.css that return CssDeclarationModifier and TypeMethodDescriptionstatic CssDeclarationParses a single declaration string like "color: red !Methods in dev.jcputney.mjml.css that return types with arguments of type CssDeclarationModifier and TypeMethodDescriptionCssRule.declarations()Returns the value of thedeclarationsrecord component.static List<CssDeclaration> StyleAttribute.merge(List<CssDeclaration> existing, List<CssDeclaration> incoming, CssSpecificity incomingSpec) Merges new declarations into existing inline style declarations.static List<CssDeclaration> Parses an inline style string into a list of declarations.Method parameters in dev.jcputney.mjml.css with type arguments of type CssDeclarationModifier and TypeMethodDescriptionstatic List<CssDeclaration> StyleAttribute.merge(List<CssDeclaration> existing, List<CssDeclaration> incoming, CssSpecificity incomingSpec) Merges new declarations into existing inline style declarations.static StringStyleAttribute.serialize(List<CssDeclaration> declarations) Serializes a list of declarations back to an inline style string.Constructor parameters in dev.jcputney.mjml.css with type arguments of type CssDeclarationModifierConstructorDescriptionCssRule(String selectorText, List<CssDeclaration> declarations) Creates an instance of aCssRulerecord class.