Uses of Class
io.dropwizard.validation.ValidationMethod
-
Packages that use ValidationMethod Package Description io.dropwizard.client io.dropwizard.client.ssl io.dropwizard.core.server io.dropwizard.db io.dropwizard.jetty io.dropwizard.logging.common -
-
Uses of ValidationMethod in io.dropwizard.client
Methods in io.dropwizard.client with annotations of type ValidationMethod Modifier and Type Method Description boolean
JerseyClientConfiguration. isCompressionConfigurationValid()
boolean
JerseyClientConfiguration. isThreadPoolSizedCorrectly()
-
Uses of ValidationMethod in io.dropwizard.client.ssl
Methods in io.dropwizard.client.ssl with annotations of type ValidationMethod Modifier and Type Method Description boolean
TlsConfiguration. isValidKeyStorePassword()
boolean
TlsConfiguration. isValidTrustStorePassword()
-
Uses of ValidationMethod in io.dropwizard.core.server
Methods in io.dropwizard.core.server with annotations of type ValidationMethod Modifier and Type Method Description boolean
AbstractServerFactory. isThreadPoolSizedCorrectly()
-
Uses of ValidationMethod in io.dropwizard.db
Methods in io.dropwizard.db with annotations of type ValidationMethod Modifier and Type Method Description boolean
DataSourceFactory. isInitialSizeGreaterThanMinSize()
boolean
DataSourceFactory. isInitialSizeLessThanMaxSize()
boolean
DataSourceFactory. isMinSizeLessThanMaxSize()
-
Uses of ValidationMethod in io.dropwizard.jetty
Methods in io.dropwizard.jetty with annotations of type ValidationMethod Modifier and Type Method Description boolean
HttpsConnectorFactory. isValidKeyStorePassword()
boolean
HttpsConnectorFactory. isValidKeyStorePath()
-
Uses of ValidationMethod in io.dropwizard.logging.common
Methods in io.dropwizard.logging.common with annotations of type ValidationMethod Modifier and Type Method Description boolean
FileAppenderFactory. isMaxFileSizeSettingSpecified()
boolean
FileAppenderFactory. isTotalSizeCapValid()
Returns a boolean indicating whether thetotalSizeCap
property will be used.boolean
FileAppenderFactory. isValidArchiveConfiguration()
boolean
FileAppenderFactory. isValidFileConfiguration()
boolean
FileAppenderFactory. isValidForMaxFileSizeSetting()
-