@Component
public final class Utilities
extends java.lang.Object
| Constructor and Description |
|---|
Utilities(@NotNull ApplicationProperties injectedApplicationProperties,
@NotNull com.fasterxml.jackson.databind.ObjectMapper injectedObjectMapper,
@NotNull javax.xml.parsers.DocumentBuilder documentBuilder) |
Utilities(@NotNull BooleanUtilities booleanUtilities,
@NotNull FileUtilities fileUtilities,
@NotNull JarUtilities jarUtilities,
@NotNull ListUtilities listUtilities,
@NotNull StringUtilities stringUtilities,
@NotNull SystemUtilities systemUtilities,
@NotNull WebUtilities webUtilities,
@NotNull JsonUtilities jsonUtilities,
@NotNull XmlUtilities xmlUtilities) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull BooleanUtilities |
BooleanUtils() |
@NotNull FileUtilities |
FileUtils() |
@NotNull JarUtilities |
JarUtils() |
@NotNull JsonUtilities |
JsonUtilities() |
@NotNull ListUtilities |
ListUtils() |
@NotNull StringUtilities |
StringUtils() |
@NotNull SystemUtilities |
SystemUtils() |
@NotNull WebUtilities |
WebUtils() |
@NotNull XmlUtilities |
XmlUtilities() |
@Autowired
public Utilities(@NotNull
@NotNull ApplicationProperties injectedApplicationProperties,
@NotNull
@NotNull com.fasterxml.jackson.databind.ObjectMapper injectedObjectMapper,
@NotNull
@NotNull javax.xml.parsers.DocumentBuilder documentBuilder)
@Contract(pure=true)
public Utilities(@NotNull
@NotNull BooleanUtilities booleanUtilities,
@NotNull
@NotNull FileUtilities fileUtilities,
@NotNull
@NotNull JarUtilities jarUtilities,
@NotNull
@NotNull ListUtilities listUtilities,
@NotNull
@NotNull StringUtilities stringUtilities,
@NotNull
@NotNull SystemUtilities systemUtilities,
@NotNull
@NotNull WebUtilities webUtilities,
@NotNull
@NotNull JsonUtilities jsonUtilities,
@NotNull
@NotNull XmlUtilities xmlUtilities)
@Contract(pure=true) @NotNull public @NotNull BooleanUtilities BooleanUtils()
@Contract(pure=true) @NotNull public @NotNull FileUtilities FileUtils()
@Contract(pure=true) @NotNull public @NotNull JarUtilities JarUtils()
@Contract(pure=true) @NotNull public @NotNull ListUtilities ListUtils()
@Contract(pure=true) @NotNull public @NotNull StringUtilities StringUtils()
@Contract(pure=true) @NotNull public @NotNull SystemUtilities SystemUtils()
@Contract(pure=true) @NotNull public @NotNull WebUtilities WebUtils()
@Contract(pure=true) @NotNull public @NotNull JsonUtilities JsonUtilities()
@Contract(pure=true) @NotNull public @NotNull XmlUtilities XmlUtilities()