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 booleanJerseyClientConfiguration. isCompressionConfigurationValid()booleanJerseyClientConfiguration. 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 booleanTlsConfiguration. isValidKeyStorePassword()booleanTlsConfiguration. 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 booleanAbstractServerFactory. isThreadPoolSizedCorrectly() -
Uses of ValidationMethod in io.dropwizard.db
Methods in io.dropwizard.db with annotations of type ValidationMethod Modifier and Type Method Description booleanDataSourceFactory. isInitialSizeGreaterThanMinSize()booleanDataSourceFactory. isInitialSizeLessThanMaxSize()booleanDataSourceFactory. isMinSizeLessThanMaxSize() -
Uses of ValidationMethod in io.dropwizard.jetty
Methods in io.dropwizard.jetty with annotations of type ValidationMethod Modifier and Type Method Description booleanHttpsConnectorFactory. isValidKeyStorePassword()booleanHttpsConnectorFactory. 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 booleanFileAppenderFactory. isMaxFileSizeSettingSpecified()booleanFileAppenderFactory. isTotalSizeCapValid()Returns a boolean indicating whether thetotalSizeCapproperty will be used.booleanFileAppenderFactory. isValidArchiveConfiguration()booleanFileAppenderFactory. isValidFileConfiguration()booleanFileAppenderFactory. isValidForMaxFileSizeSetting()
-