Interface CdnModule
- All Known Implementing Classes:
JsonLikeModule,Modules,StandardModule,YamlLikeModule
public interface CdnModule
-
Method Summary
Modifier and TypeMethodDescriptiondefault StringconvertToCdn(String source) static booleanisLastElementInSection(@Nullable Section parent, Element<?> element) default voidrenderDescription(StringBuilder output, String indentation, String description) default panda.std.Result<panda.std.Blank, Exception> renderEntry(StringBuilder output, String indentation, @Nullable Section parent, Entry element) default panda.std.Result<panda.std.Blank, Exception> renderPiece(StringBuilder output, String indentation, @Nullable Section parent, Piece element) default voidrenderSectionEnding(StringBuilder output, String indentation, @Nullable Section parent, Section section) default voidrenderSectionOpening(StringBuilder output, String indentation, Section section) default booleanresolveArray(Stack<Section> sections, Piece value) default Element<?> resolveArrayValue(Element<?> element) default Element<?> visitArrayValue(Element<?> element)
-
Method Details
-
convertToCdn
-
visitArrayValue
-
resolveArrayValue
-
resolveArray
-
renderDescription
-
renderSectionOpening
-
renderSectionEnding
default void renderSectionEnding(StringBuilder output, String indentation, @Nullable @Nullable Section parent, Section section) -
renderEntry
default panda.std.Result<panda.std.Blank,Exception> renderEntry(StringBuilder output, String indentation, @Nullable @Nullable Section parent, Entry element) -
renderPiece
default panda.std.Result<panda.std.Blank,Exception> renderPiece(StringBuilder output, String indentation, @Nullable @Nullable Section parent, Piece element) -
isLastElementInSection
-