Package | Description |
---|---|
com.fasterxml.jackson.annotation |
Public core annotations, most of which are used to configure how
Data Mapping/Binding works.
|
Package | Description |
---|---|
com.fasterxml.jackson.core |
Main public API classes of the core streaming JSON
processor: most importantly
JsonFactory
used for constructing
JSON parser (JsonParser )
and generator
(JsonGenerator )
instances. |
com.fasterxml.jackson.core.async |
Package that contains abstractions needed to support optional
non-blocking decoding (parsing) functionality.
|
com.fasterxml.jackson.core.base |
Base classes used by concrete Parser and Generator implementations;
contain functionality that is not specific to JSON or input
abstraction (byte vs char).
|
com.fasterxml.jackson.core.filter | |
com.fasterxml.jackson.core.format |
Package that contains interfaces needed for dynamic, pluggable
format (auto)detection; as well as basic utility classes for
simple format detection functionality.
|
com.fasterxml.jackson.core.io | |
com.fasterxml.jackson.core.json |
JSON-specific parser and generator implementation classes that
Jackson defines and uses.
|
com.fasterxml.jackson.core.json.async |
Non-blocking ("async") JSON parser implementation.
|
com.fasterxml.jackson.core.sym |
Internal implementation classes for efficient handling of
of symbols in JSON (field names in Objects)
|
com.fasterxml.jackson.core.type |
Contains classes needed for type introspection, mostly used by data binding
functionality.
|
com.fasterxml.jackson.core.util |
Utility classes used by Jackson Core functionality.
|
Package | Description |
---|---|
com.fasterxml.jackson.databind |
Basic data binding (mapping) functionality that
allows for reading JSON content into Java Objects (POJOs)
and JSON Trees (
JsonNode ), as well as
writing Java Objects and trees as JSON. |
com.fasterxml.jackson.databind.annotation |
Annotations that directly depend on classes in databinding bundle
(not just Jackson core) and cannot be included
in Jackson core annotations package (because it cannot have any
external dependencies).
|
com.fasterxml.jackson.databind.cfg |
Package that contains most of configuration-related classes;
exception being couple of most-commonly used configuration
things (like Feature enumerations) that are at the
main level (
com.fasterxml.jackson.databind ). |
com.fasterxml.jackson.databind.deser |
Contains implementation classes of deserialization part of
data binding.
|
com.fasterxml.jackson.databind.deser.impl |
Contains those implementation classes of deserialization part of
data binding that are not considered part of public or semi-public
interfaces.
|
com.fasterxml.jackson.databind.deser.std |
Contains public standard implementations of abstraction that
Jackson uses.
|
com.fasterxml.jackson.databind.exc | |
com.fasterxml.jackson.databind.ext |
Contains extended support for "external" packages: things that
may or may not be present in runtime environment, but that are
commonly enough used so that explicit support can be added.
|
com.fasterxml.jackson.databind.introspect |
Functionality needed for Bean introspection, required for detecting
accessors and mutators for Beans, as well as locating and handling
method annotations.
|
com.fasterxml.jackson.databind.jsonFormatVisitors |
Classes used for exposing logical structure of POJOs as Jackson
sees it, and exposed via
ObjectMapper.acceptJsonFormatVisitor(Class, JsonFormatVisitorWrapper)
and
ObjectMapper.acceptJsonFormatVisitor(com.fasterxml.jackson.databind.JavaType, JsonFormatVisitorWrapper)
methods. |
com.fasterxml.jackson.databind.jsonschema |
Classes needed for JSON schema support (currently just ability
to generate schemas using serialization part of data mapping)
|
com.fasterxml.jackson.databind.jsontype |
Package that contains interfaces that define how to implement
functionality for dynamically resolving type during deserialization.
|
com.fasterxml.jackson.databind.jsontype.impl |
Package that contains standard implementations for
TypeResolverBuilder
and
TypeIdResolver . |
com.fasterxml.jackson.databind.module |
Package that contains classes and interfaces to help implement
custom extension
Module s
(which are registered using
ObjectMapper.registerModule(com.fasterxml.jackson.databind.Module) . |
com.fasterxml.jackson.databind.node |
Contains concrete
JsonNode implementations
Jackson uses for the Tree model. |
com.fasterxml.jackson.databind.ser |
Contains implementation classes of serialization part of
data binding.
|
com.fasterxml.jackson.databind.ser.impl |
Contains implementation classes of serialization part of
data binding.
|
com.fasterxml.jackson.databind.ser.std | |
com.fasterxml.jackson.databind.type | |
com.fasterxml.jackson.databind.util |
Utility classes for Mapper package.
|
Package | Description |
---|---|
com.fasterxml.jackson.datatype.jdk8 |
Package | Description |
---|---|
com.fasterxml.jackson.datatype.jsr310 | |
com.fasterxml.jackson.datatype.jsr310.deser | |
com.fasterxml.jackson.datatype.jsr310.deser.key | |
com.fasterxml.jackson.datatype.jsr310.ser | |
com.fasterxml.jackson.datatype.jsr310.ser.key |
Package | Description |
---|---|
com.fasterxml.jackson.jaxrs.annotation |
Package that contains annotations applicable to all content types.
|
com.fasterxml.jackson.jaxrs.base | |
com.fasterxml.jackson.jaxrs.base.nocontent | |
com.fasterxml.jackson.jaxrs.cfg | |
com.fasterxml.jackson.jaxrs.json |
Jackson-based JAX-RS provider that can automatically
serialize and deserialize resources for
JSON content type (MediaType).
|
com.fasterxml.jackson.jaxrs.json.annotation |
Package that contains annotations specific to JSON dataformat.
|
com.fasterxml.jackson.jaxrs.util |
Miscellaneous helper classes used by providers.
|
com.fasterxml.jackson.module.jaxb |
Package that contains support for using JAXB annotations for
configuring Jackson data-binding aspects.
|
com.fasterxml.jackson.module.jaxb.deser | |
com.fasterxml.jackson.module.jaxb.ser |
Package | Description |
---|---|
io.smallrye.config | |
io.smallrye.config.inject |
Package | Description |
---|---|
com.sun.activation.registries | |
com.sun.activation.viewers | |
javax.activation |
The JavaBeans(TM) Activation Framework is used by the JavaMail(TM)
API to manage MIME data.
|
Package | Description |
---|---|
javax.annotation |
This package defines the common annotations.
|
javax.annotation.security |
This package contains the security common annotations.
|
javax.annotation.sql |
Package | Description |
---|---|
javax.batch.api |
Provides APIs used by Batch artifacts.
|
javax.batch.api.chunk |
Provides APIs used by artifacts in a Batch chunk step.
|
javax.batch.api.chunk.listener |
Provides APIs defining listener artifacts for a Batch chunk step.
|
javax.batch.api.listener |
Provides APIs defining Batch job-level and step-level listener artifacts.
|
javax.batch.api.partition |
Provides APIs for artifacts specific to a Batch partitioned step.
|
javax.batch.operations |
Provides APIs for starting, managing, and viewing results of Batch job executions, along with a set of exceptions.
|
javax.batch.runtime |
Provides APIs for viewing the detailed outcomes and metrics of Batch job executions.
|
javax.batch.runtime.context |
Provides APIs for context classes allowing data sharing across Batch artifacts within a job instance and within a step.
|
Package | Description |
---|---|
javax.ejb |
Contains the Enterprise Bean classes
and interfaces that define the contracts between the enterprise bean
and its clients and between the enterprise bean and the enterprise bean container.
|
javax.ejb.embeddable |
Defines the classes for the enterprise bean Embeddable API.
|
javax.ejb.spi |
Defines interfaces that are implemented by
the enterprise bean container.
|
Package | Description |
---|---|
javax.el |
Provides the API for Jakarta Expression Language 3.0
|
org.jboss.el.cache |
Package | Description |
---|---|
javax.decorator |
Annotations relating to decorators.
|
javax.enterprise.context |
Annotations and interfaces relating to scopes and contexts.
|
javax.enterprise.context.control | |
javax.enterprise.context.spi |
The custom context SPI.
|
javax.enterprise.event |
Annotations and interfaces relating to events.
|
javax.enterprise.inject | |
javax.enterprise.inject.literal | |
javax.enterprise.inject.se | |
javax.enterprise.inject.spi |
The portable extension integration SPI.
|
javax.enterprise.inject.spi.configurator | |
javax.enterprise.util |
Contains shared, general-purpose helper classes and annotations.
|
Package | Description |
---|---|
javax.enterprise.concurrent |
Classes and interfaces that make up the Jakarta Concurrency specification.
|
Package | Description |
---|---|
javax.faces | |
javax.faces.annotation | |
javax.faces.application | |
javax.faces.bean |
This package is now deprecated.
|
javax.faces.component | |
javax.faces.component.behavior | |
javax.faces.component.html |
Specialized user interface
component classes for HTML.
|
javax.faces.component.search | |
javax.faces.component.visit | |
javax.faces.context | |
javax.faces.convert | |
javax.faces.el | |
javax.faces.event | |
javax.faces.flow | |
javax.faces.flow.builder | |
javax.faces.lifecycle | |
javax.faces.model | |
javax.faces.push | |
javax.faces.render | |
javax.faces.validator | |
javax.faces.view | |
javax.faces.view.facelets | |
javax.faces.webapp |
Package | Description |
---|---|
javax.inject |
This package specifies a means for obtaining objects in such a way as to
maximize reusability, testability and maintainability compared to
traditional approaches such as constructors, factories, and service
locators (e.g., JNDI). This process, known as dependency
injection, is beneficial to most nontrivial applications.
|
Package | Description |
---|---|
javax.interceptor |
Contains annotations and interfaces for defining interceptor methods and interceptor
classes, and for binding interceptor classes to target classes.
|
Package | Description |
---|---|
javax.jms |
The Jakarta Messaging API provides a common way for Java programs to create, send, receive and read an enterprise messaging system's messages.
|
Package | Description |
---|---|
javax.json |
Provides an object model API to process JSON.
|
javax.json.spi |
Service Provider Interface (SPI) to plug in implementations for
JSON processing objects.
|
javax.json.stream |
Provides a streaming API to parse and generate
JSON.
|
Package | Description |
---|---|
javax.json.bind |
Provides JSON Binding API, which enables binding Java objects from and to
JSON documents.
|
javax.json.bind.adapter |
Defines adapter related classes.
|
javax.json.bind.annotation |
Defines annotations for customizing the mapping between Java program elements
and JSON documents.
|
javax.json.bind.config |
Defines strategies and policies for customizing the mapping between Java program elements
and JSON documents.
|
javax.json.bind.serializer |
Defines serializer depending classes.
|
javax.json.bind.spi |
Service Provider Interface (SPI) to plug in implementations of JSON
Binding API
JsonbBuilder objects. |
Package | Description |
---|---|
javax.jws | |
javax.jws.soap |
Package | Description |
---|---|
com.sun.mail.auth |
This package includes internal authentication support classes and
SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.
|
com.sun.mail.handlers |
This package includes internal data handler support classes and
SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.
|
com.sun.mail.iap |
This package includes internal IMAP support classes and
SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.
|
com.sun.mail.imap |
An IMAP protocol provider for the Jakarta Mail API
that provides access to an IMAP message store.
|
com.sun.mail.imap.protocol |
This package includes internal IMAP support classes and
SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.
|
com.sun.mail.pop3 |
A POP3 protocol provider for the Jakarta Mail API
that provides access to a POP3 message store.
|
com.sun.mail.smtp |
An SMTP protocol provider for the Jakarta Mail API
that provides access to an SMTP server.
|
com.sun.mail.util |
Utility classes for use with the Jakarta Mail API.
|
com.sun.mail.util.logging |
Contains Jakarta Mail extensions for
the Java™ platform's core logging
facilities.
|
javax.mail |
The Jakarta Mail API
provides classes that model a mail system.
|
javax.mail.event |
Listeners and events for the Jakarta Mail API.
|
javax.mail.internet |
Classes specific to Internet mail systems.
|
javax.mail.search |
Message search terms for the Jakarta Mail API.
|
javax.mail.util |
Jakarta Mail API utility classes.
|
Package | Description |
---|---|
javax.management.j2ee |
Provides the Jakarta Management Enterprise Bean component (MEJB) interfaces.
|
javax.management.j2ee.statistics |
Provides the standard interfaces for accessing performance data from
Jakarta EE managed objects
|
Package | Description |
---|---|
javax.persistence |
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
|
javax.persistence.criteria |
Jakarta Persistence Criteria API
|
javax.persistence.metamodel |
Jakarta Persistence Metamodel API
|
javax.persistence.spi |
SPI for Jakarta Persistence providers
|
Package | Description |
---|---|
javax.resource |
The javax.resource package is the top-level package for the Jakarta™ Connectors specification.
|
javax.resource.cci |
The javax.resource.cci package contains API specification for the Common
Client Interface (CCI).
|
javax.resource.spi |
The javax.resource.spi package contains APIs for the system
contracts defined in the Jakarta Connectors specification.
|
javax.resource.spi.endpoint |
This package contains system contracts for service endpoint interactions.
|
javax.resource.spi.security |
The javax.resource.spi.security package contains APIs for the security
management contract.
|
javax.resource.spi.work |
This package contains APIs for the Work Management, Generic and Security Work Context contracts.
|
Package | Description |
---|---|
javax.security.auth.message |
This package defines the core interfaces of Jakarta Authentication.
|
javax.security.auth.message.callback |
This package defines callback interfaces that may be used by a pluggable authentication mechanisms (aka message authentication modules)
to interact with the container (aka message processing runtime) that invoked the module.
|
javax.security.auth.message.config |
This package defines the interfaces implemented by Jakarta Authentication compatible configuration systems.
|
javax.security.auth.message.module |
This package defines the interfaces implemented by Jakarta Authentication compatible authentication mechanisms.
|
Package | Description |
---|---|
javax.security.enterprise |
The main Jakarta Security package.
|
javax.security.enterprise.authentication.mechanism.http |
The HTTP authentication mechanism API package.
|
javax.security.enterprise.credential |
The Identity Store Credential API package.
|
javax.security.enterprise.identitystore |
The identity store API package.
|
Package | Description |
---|---|
javax.security.jacc |
This package contains the Jakarta Authorization API
|
Package | Description |
---|---|
javax.servlet |
The javax.servlet package contains a number of classes and interfaces that
describe and define the contracts between a servlet class and the
runtime environment provided for an instance of such a class by a
conforming servlet container.
|
javax.servlet.annotation |
The javax.servlet.annotation package contains a number of annotations
that allow users to use annotations to declare servlets, filters,
listeners and specify the metadata for the declared component.
|
javax.servlet.descriptor |
Provides programmatic access to a web application's configuration information that was aggregated from the
web.xml and web-fragment.xml descriptors. |
javax.servlet.http |
The javax.servlet.http package contains a number of classes and interfaces
that describe and define the contracts between a servlet class
running under the HTTP protocol and the runtime environment provided
for an instance of such a class by a conforming servlet container.
|
Package | Description |
---|---|
javax.servlet.jsp | |
javax.servlet.jsp.el | |
javax.servlet.jsp.tagext |
Package | Description |
---|---|
javax.transaction |
Provides the API that defines the contract between the transaction
manager and the various parties involved in a distributed transaction
namely : resource manager, application, and application server.
|
Package | Description |
---|---|
javax.validation |
Top level package of the Jakarta Bean Validation API.
|
javax.validation.bootstrap |
Package containing bootstrap specific objects.
|
javax.validation.constraints |
Contains all the Jakarta Bean Validation provided constraints
also called built-in constraints.
|
javax.validation.constraintvalidation |
Package containing constructs specific to constraint validators.
|
javax.validation.executable |
Package related to the control and execution of executable validation.
|
javax.validation.groups |
A group defines a subset of constraints.
|
javax.validation.metadata |
Package containing all objects specifically used and returned by the
metadata API.
|
javax.validation.spi |
Package containing objects specific to the interaction between the
Jakarta Bean Validation bootstrapping process and Jakarta Bean Validation providers.
|
javax.validation.valueextraction |
Package containing objects dedicated to extract values to validate from containers.
|
Package | Description |
---|---|
javax.websocket.server |
This package contains all the Jakarta WebSocket APIs used only by server side applications.
|
Package | Description |
---|---|
javax.ws.rs |
High-level interfaces and annotations used to create RESTful service
resources.
|
javax.ws.rs.client |
The Client API
|
javax.ws.rs.container |
Container-specific API.
|
javax.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service
resources.
|
javax.ws.rs.ext |
APIs that provide extensions to the types supported by the API.
|
javax.ws.rs.sse |
Server-Sent Events related API.
|
Package | Description |
---|---|
javax.xml.bind |
Provides a runtime binding framework for client applications including
unmarshalling, marshalling, and validation capabilities.
|
javax.xml.bind.annotation |
Defines annotations for customizing Java program elements to XML Schema mapping.
|
javax.xml.bind.annotation.adapters |
XmlAdapter and its spec-defined
sub-classes to allow arbitrary Java classes to be used with JAXB. |
javax.xml.bind.attachment |
This package is implemented by a MIME-based package processor that
enables the interpretation and creation of optimized binary data
within an MIME-based package format.
|
javax.xml.bind.helpers |
JAXB Provider Use Only: Provides partial default implementations for
some of the
javax.xml.bind interfaces. |
javax.xml.bind.util |
Useful client utility classes.
|
Package | Description |
---|---|
javax.xml.rpc |
This package contains the core Jakarta XML RPC for the client
programming model.
|
javax.xml.rpc.encoding |
This package defines APIs for the extensible type mapping framework.
|
javax.xml.rpc.handler |
This package defines APIs for SOAP Message Handlers
|
javax.xml.rpc.handler.soap |
This package defines APIs for SOAP Message Handlers
|
javax.xml.rpc.holders |
This package contains the standard Java Holder classes.
|
javax.xml.rpc.server |
This package defines APIs for the servlet based Jakarta XML RPC endpoint model.
|
javax.xml.rpc.soap |
This package defines APIs specific to the SOAP binding.
|
Package | Description |
---|---|
javax.xml.soap |
Provides the API for creating and building SOAP messages.
|
Package | Description |
---|---|
javax.xml.ws |
This package contains the core JAX-WS APIs.
|
javax.xml.ws.handler |
This package defines APIs for message handlers.
|
javax.xml.ws.handler.soap |
This package defines APIs for SOAP message handlers.
|
javax.xml.ws.http |
This package defines APIs specific to the HTTP binding.
|
javax.xml.ws.soap |
This package defines APIs specific to the SOAP binding.
|
javax.xml.ws.spi |
This package defines SPIs for JAX-WS.
|
javax.xml.ws.spi.http |
Provides HTTP SPI that is used for portable deployment of JAX-WS
web services in containers(for e.g.
|
javax.xml.ws.wsaddressing |
This package defines APIs related to WS-Addressing.
|
Package | Description |
---|---|
org.apache.xalan | |
org.apache.xalan.client |
Implementation of Xalan applet.
|
org.apache.xalan.extensions |
Implementation of Xalan Extension Mechanism.
|
org.apache.xalan.lib |
Extension elements and functions shipped with Xalan-Java, including EXSLT functions.
|
org.apache.xalan.lib.sql |
Provides extension functions for connecting to a JDBC data source, executing a query,
and working incrementally through a "streamable" result set.
|
org.apache.xalan.processor |
Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot
(a TRaX Templates object).
|
org.apache.xalan.res |
Contains strings that require internationalization.
|
org.apache.xalan.serialize | |
org.apache.xalan.templates |
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
org.apache.xalan.trace |
Implementation of Xalan Trace events, for use by a debugger.
|
org.apache.xalan.transformer |
In charge of run-time transformations and the production of result trees.
|
org.apache.xalan.xslt |
Implementation of Xalan command-line interface.
|
org.apache.xalan.xsltc | |
org.apache.xalan.xsltc.cmdline | |
org.apache.xalan.xsltc.cmdline.getopt | |
org.apache.xalan.xsltc.compiler | |
org.apache.xalan.xsltc.compiler.util | |
org.apache.xalan.xsltc.dom | |
org.apache.xalan.xsltc.runtime | |
org.apache.xalan.xsltc.runtime.output | |
org.apache.xalan.xsltc.trax | |
org.apache.xalan.xsltc.util | |
org.apache.xml.dtm | |
org.apache.xml.dtm.ref | |
org.apache.xml.dtm.ref.dom2dtm | |
org.apache.xml.dtm.ref.sax2dtm | |
org.apache.xml.res | |
org.apache.xml.serializer |
Processes SAX events into streams.
|
org.apache.xml.serializer.dom3 | |
org.apache.xml.serializer.utils | |
org.apache.xml.utils |
Implementation of Xalan utility classes.
|
org.apache.xml.utils.res | |
org.apache.xpath |
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
|
org.apache.xpath.axes |
Implementation of XPath LocationPath support -- primary classes are
LocPathIterator and UnionPathIterator.
|
org.apache.xpath.compiler |
Implements an XPath parser which produces an OpMap, and a so-called Compiler
which produces an expression tree for fast evaluation.
|
org.apache.xpath.domapi |
Implements DOM Level 3 XPath API
|
org.apache.xpath.functions |
Implements XPath functions -- each function is derived from Function,
FunctionOneArg, Function2Args, etc, with number-of-arguments checking being
applied mainly at compile time -- this package only implements XPath functions,
XSLT functions are found in the "templates" package.
|
org.apache.xpath.jaxp | |
org.apache.xpath.objects |
Implementation of XPath polymorphic type objects -- this package will grow
as XPath objects are expanded to support XML Schema data types.
|
org.apache.xpath.operations |
Support for XPath operations, such as +, -, string(), etc.
|
org.apache.xpath.patterns |
Implementation of XPath nodeTest support, and XSLT pattern matching support.
|
org.apache.xpath.res |
Contains strings for XPath support that require internationalization.
|
Package | Description |
---|---|
org.eclipse.microprofile.config |
Configuration for Java Microprofile
|
org.eclipse.microprofile.config.inject |
CDI Support for Microprofile Config
|
org.eclipse.microprofile.config.spi |
This package contains classes which are used to extend the standard functionality in a portable way.
|
Package | Description |
---|---|
org.eclipse.microprofile.health |
Microprofile Health
|
org.eclipse.microprofile.health.spi |
Microprofile Service Health Checks
|
Package | Description |
---|---|
org.eclipse.microprofile.metrics |
MicroProfile Metrics
|
org.eclipse.microprofile.metrics.annotation |
This package contains the annotations used for MicroProfile Metrics.
|
Package | Description |
---|---|
org.eclipse.microprofile.opentracing |
CDI Support for Microprofile OpenTracing.
|
Package | Description |
---|---|
org.hibernate.validator |
Bootstrap classes HibernateValidator and HibernateValidatorConfiguration which uniquely identify Hibernate Validator
and allow to configure it.
|
org.hibernate.validator.cfg |
Entry point for the programmatic constraint definition API.
|
org.hibernate.validator.cfg.context |
Contains facet and creational context interfaces forming the API for programmatic constraint definition.
|
org.hibernate.validator.cfg.defs |
Constraint definition classes for programmatic constraint definition API.
|
org.hibernate.validator.cfg.defs.br |
Brazil specific constraint definition classes for programmatic constraint definition API.
|
org.hibernate.validator.cfg.defs.pl |
Poland specific constraint definition classes for programmatic constraint definition API.
|
org.hibernate.validator.constraints |
Hibernate Validator specific constraints.
|
org.hibernate.validator.constraints.br |
Hibernate Validator Brazilian constraints.
|
org.hibernate.validator.constraints.pl |
Hibernate Validator Polish constraints.
|
org.hibernate.validator.constraints.time |
Hibernate Validator
Duration constraints. |
org.hibernate.validator.constraintvalidation |
Custom Hibernate Validator specific constraint validation extension classes.
|
org.hibernate.validator.constraintvalidators | |
org.hibernate.validator.engine | |
org.hibernate.validator.group |
This package provides support for dynamic default group sequence definition.
|
org.hibernate.validator.internal | |
org.hibernate.validator.internal.cfg.context |
Creational context implementations of the API for programmatic
constraint definition.
|
org.hibernate.validator.internal.constraintvalidators | |
org.hibernate.validator.internal.constraintvalidators.bv |
Implementations of the Bean Validation built-in constraints.
|
org.hibernate.validator.internal.constraintvalidators.bv.money | |
org.hibernate.validator.internal.constraintvalidators.bv.notempty |
Implementations of the Bean Validation
NotEmpty constraint. |
org.hibernate.validator.internal.constraintvalidators.bv.number |
Contains
ConstraintValidator implementations for
various number constraints. |
org.hibernate.validator.internal.constraintvalidators.bv.number.bound |
Contains
ConstraintValidator implementations for
min and max constraints for numbers. |
org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal | |
org.hibernate.validator.internal.constraintvalidators.bv.number.sign |
Contains
ConstraintValidator implementations for
Positive , PositiveOrZero ,
Negative and NegativeOrZero
constraints. |
org.hibernate.validator.internal.constraintvalidators.bv.size |
Implementations of the Bean Validation
Size constraint. |
org.hibernate.validator.internal.constraintvalidators.bv.time |
Constraint validator implementations of the Bean Validation time related constraints.
|
org.hibernate.validator.internal.constraintvalidators.bv.time.future |
Constraint validator implementations of the Bean Validation
Future constraint. |
org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent |
Constraint validator implementations of the Bean Validation
FutureOrPresent constraint. |
org.hibernate.validator.internal.constraintvalidators.bv.time.past |
Constraint validator implementations of the Bean Validation
Past constraint. |
org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent |
Constraint validator implementations of the Bean Validation
PastOrPresent constraint. |
org.hibernate.validator.internal.constraintvalidators.hv |
Implementations of Hibernate Validator specific constraints.
|
org.hibernate.validator.internal.constraintvalidators.hv.br | |
org.hibernate.validator.internal.constraintvalidators.hv.pl | |
org.hibernate.validator.internal.constraintvalidators.hv.time | |
org.hibernate.validator.internal.engine |
Implementations for the core interfaces of JSR-380.
|
org.hibernate.validator.internal.engine.constraintdefinition | |
org.hibernate.validator.internal.engine.constraintvalidation |
Classes dealing with the representation of constraints and the management/instantitation of constraint
validators.
|
org.hibernate.validator.internal.engine.groups |
Helper classes for the processing of groups.
|
org.hibernate.validator.internal.engine.messageinterpolation |
Helper classes for message interpolation.
|
org.hibernate.validator.internal.engine.messageinterpolation.el |
Helper classes for setting up the Expression Language context for message interpolation.
|
org.hibernate.validator.internal.engine.messageinterpolation.parser |
Classes related to parsing a message descriptor and extracting interpolation terms.
|
org.hibernate.validator.internal.engine.messageinterpolation.util | |
org.hibernate.validator.internal.engine.path |
Classes related to the Path.Node API.
|
org.hibernate.validator.internal.engine.resolver |
Various implementations of the TraversableResolver interface.
|
org.hibernate.validator.internal.engine.scripting |
Classes related to the evaluation of script with the JSR 223 ScriptEngine.
|
org.hibernate.validator.internal.engine.valueextraction | |
org.hibernate.validator.internal.metadata |
Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes.
|
org.hibernate.validator.internal.metadata.aggregated |
The classes in this package contain the aggregated meta data needed for an actual validation.
|
org.hibernate.validator.internal.metadata.aggregated.rule |
Contains MethodConfigurationRule and its subclasses used to validate the correctness of method constraints
on overridden/implemented methods in inheritance hierarchies.
|
org.hibernate.validator.internal.metadata.core |
Core classes of the internal model used for representing constraints and related metadata.
|
org.hibernate.validator.internal.metadata.descriptor |
Implementation of the Bean Validation meta data API.
|
org.hibernate.validator.internal.metadata.facets |
Contains the facet interfaces implemented by the aggregated meta data model types, allowing for a unified
validation routine for all kinds of validation (bean, parameter and return value validation).
|
org.hibernate.validator.internal.metadata.location |
Contains types for the representation of constraint locations.
|
org.hibernate.validator.internal.metadata.provider |
Abstraction of the meta data sources - annotation, xml, programmatic.
|
org.hibernate.validator.internal.metadata.raw |
The raw metadata is a reflection of all configured constraints including constraints defined via multiple
configuration sources.
|
org.hibernate.validator.internal.util |
Independent helper classes.
|
org.hibernate.validator.internal.util.annotation |
Annotation proxy and descriptor.
|
org.hibernate.validator.internal.util.classhierarchy |
Contains classes for working with the elements of a class hierarchy.
|
org.hibernate.validator.internal.util.logging |
Logging classes.
|
org.hibernate.validator.internal.util.logging.formatter | |
org.hibernate.validator.internal.util.privilegedactions |
Implementations of PrivilegedAction in order to execute reflection operations in a security manager.
|
org.hibernate.validator.internal.util.stereotypes | |
org.hibernate.validator.internal.xml |
Classes for parsing of Bean Validation XML configuration files.
|
org.hibernate.validator.internal.xml.config | |
org.hibernate.validator.internal.xml.mapping | |
org.hibernate.validator.messageinterpolation |
Implementations of the MessageInterpolator interface in particular ResourceBundleMessageInterpolator which can be
used by custom implementations of the interface for delegation.
|
org.hibernate.validator.parameternameprovider |
Custom Hibernate Validator
javax.validation.ParameterNameProvider implementations. |
org.hibernate.validator.path |
Hibernate Validator extensions around
javax.validation.Path . |
org.hibernate.validator.resourceloading |
ResourceBundleLocator interface and its various implementations.
|
org.hibernate.validator.spi.cfg | |
org.hibernate.validator.spi.group |
This package provides support for dynamic default group sequence definition.
|
org.hibernate.validator.spi.resourceloading |
ResourceBundleLocator interface.
|
org.hibernate.validator.spi.scripting |
This package provides support for customization of the script evaluation for
ScriptAssert
and ParameterScriptAssert constraints. |
Package | Description |
---|---|
org.hibernate.validator.cdi |
Public types dealing with the integration of Hibernate Validator and CDI ("Contexts and Dependency Injection
for JavaTM", JSR 346).
|
org.hibernate.validator.cdi.internal |
Classes for enabling Bean Validation CDI integration.
|
org.hibernate.validator.cdi.internal.interceptor |
Classes for enabling Bean Validation method validation via a CDI interceptor.
|
Package | Description |
---|---|
org.jboss.as.controller.client |
The core client API for interacting with the management controllers for
either a JBoss Application Server Managed Domain or a standalone JBoss Application Server.
|
org.jboss.as.controller.client.helpers | |
org.jboss.as.controller.client.helpers.domain |
Convenience API built on top of the
core management API
to make it easier to perform common management tasks against a JBoss Application Server Managed Domain. |
org.jboss.as.controller.client.helpers.domain.impl |
Implementation classes to support the
managed domain convenience API . |
org.jboss.as.controller.client.helpers.standalone |
Convenience API built on top of the
core management API
to make it easier to perform common management tasks against a single standalone JBoss Application Server instance. |
org.jboss.as.controller.client.helpers.standalone.impl |
Implementation classes to support the
standalone server convenience API . |
org.jboss.as.controller.client.impl |
Implementation classes to support the
core JBoss AS management client API . |
Package | Description |
---|---|
org.jboss.as.core.security.api |
Package | Description |
---|---|
org.jboss.as.security.api |
Package | Description |
---|---|
org.jboss.system |
Package | Description |
---|---|
org.jboss.dmr | |
org.jboss.dmr.stream |
Dynamic Model Representation (DMR) Streaming API for reading and writing DMR documents.
|
Package | Description |
---|---|
org.jboss.ejb._private | |
org.jboss.ejb.client | |
org.jboss.ejb.client.annotation | |
org.jboss.ejb.client.legacy | |
org.jboss.ejb.client.naming.ejb | |
org.jboss.ejb.protocol.remote | |
org.jboss.ejb.server |
Package | Description |
---|---|
org.jboss.ejb3.annotation |
Package | Description |
---|---|
org.jboss.logging |
Package | Description |
---|---|
org.slf4j.bridge |
Package | Description |
---|---|
org.jboss.logmanager | |
org.jboss.logmanager.config | |
org.jboss.logmanager.errormanager | |
org.jboss.logmanager.filters | |
org.jboss.logmanager.formatters | |
org.jboss.logmanager.handlers |
Package | Description |
---|---|
org.jboss.marshalling |
The marshalling API.
|
org.jboss.marshalling._private | |
org.jboss.marshalling.cloner | |
org.jboss.marshalling.reflect |
Reflection utilities for marshalling users and implementations.
|
org.jboss.marshalling.util |
Package | Description |
---|---|
org.jboss.msc |
The modular service container base package.
|
org.jboss.msc.inject |
Classes which implement value injection.
|
org.jboss.msc.service |
The service container implementation itself.
|
org.jboss.msc.service.management | |
org.jboss.msc.value |
Classes which implement various indirect value types.
|
Package | Description |
---|---|
org.jboss.remoting3 |
The base Remoting 3 API package.
|
org.jboss.remoting3._private | |
org.jboss.remoting3.remote | |
org.jboss.remoting3.security | |
org.jboss.remoting3.spi |
Service provider classes and interfaces.
|
org.jboss.remoting3.util |
Package | Description |
---|---|
org.jboss.remotingjmx | |
org.jboss.remotingjmx.protocol | |
org.jboss.remotingjmx.protocol.v1 | |
org.jboss.remotingjmx.protocol.v2 |
Package | Description |
---|---|
org.jboss.resteasy.plugins.providers.atom | |
org.jboss.resteasy.plugins.providers.atom.app | |
org.jboss.resteasy.plugins.providers.resteasy_atom.i18n |
Package | Description |
---|---|
org.jboss.resteasy.annotations.providers | |
org.jboss.resteasy.plugins.providers.jackson |
Package | Description |
---|---|
org.jboss.resteasy.annotations.providers.jackson |
Package | Description |
---|---|
org.jboss.resteasy.annotations.providers.jaxb | |
org.jboss.resteasy.plugins.providers.jaxb | |
org.jboss.resteasy.plugins.providers.jaxb.i18n | |
org.jboss.resteasy.plugins.stats |
Package | Description |
---|---|
org.jboss.resteasy.annotations.providers.jaxb.json | |
org.jboss.resteasy.plugins.providers.jaxb.json | |
org.jboss.resteasy.plugins.providers.jaxb.json.i18n |
Package | Description |
---|---|
org.jboss.resteasy.jsapi | |
org.jboss.resteasy.jsapi.i18n |
Package | Description |
---|---|
org.jboss.resteasy.plugins.providers.jsonp |
Package | Description |
---|---|
org.jboss.resteasy.annotations.providers.multipart | |
org.jboss.resteasy.plugins.providers.multipart | |
org.jboss.resteasy.plugins.providers.multipart.i18n |
Package | Description |
---|---|
org.jboss.resteasy.plugins.validation | |
org.jboss.resteasy.plugins.validation.i18n |
Package | Description |
---|---|
org.jboss.ws.api | |
org.jboss.ws.api.addressing |
JSR-261 support classes and interfaces
|
org.jboss.ws.api.annotation |
JBossWS stack agnostic annotations
|
org.jboss.ws.api.binding |
JBossWS binding customization interfaces
|
org.jboss.ws.api.configuration | |
org.jboss.ws.api.handler |
Convenient extensions to JAX-WS handler framework
|
org.jboss.ws.api.monitoring |
Classes and interfaces for monitoring through collection of records.
|
org.jboss.ws.api.tools |
JBossWS interfaces for JAX-WS tooling
|
org.jboss.ws.api.util |
Convenient utilities
|
Package | Description |
---|---|
org.xnio |
The main API package for XNIO.
|
org.xnio._private | |
org.xnio.channels |
The core XNIO channel API.
|
org.xnio.conduits |
The XNIO conduit SPI.
|
org.xnio.http | |
org.xnio.management | |
org.xnio.sasl |
Utility classes for using SASL mechanisms atop NIO or XNIO APIs.
|
org.xnio.ssl |
Utility classes for using and implementing SSL within XNIO providers.
|
org.xnio.streams |
Utility classes for creating streams which use XNIO channels.
|
Package | Description |
---|---|
mjson |
The library in this package has been copied directly from https://github.com/bolerio/mjson
We want to avoid dependencies.
|
org.jgroups.protocols.kubernetes | |
org.jgroups.protocols.kubernetes.pem | |
org.jgroups.protocols.kubernetes.stream |
Package | Description |
---|---|
org.slf4j |
Core logging interfaces.
|
org.slf4j.event | |
org.slf4j.helpers |
Helper classes.
|
org.slf4j.spi |
Classes and interfaces which are internal to SLF4J.
|
Package | Description |
---|---|
org.slf4j.agent |
"-javaagent" routines for SLF4J.
|
org.slf4j.cal10n |
SLF4J API extensions
|
org.slf4j.ext |
Localized logging using the CAL10N API.
|
org.slf4j.instrumentation |
Java instrumentation routines for SLF4J.
|
org.slf4j.profiler |
Poor man's profiler API
|
Package | Description |
---|---|
org.wildfly.clustering | |
org.wildfly.clustering.dispatcher |
Public clustering API which facilitates remote command execution
on the cluster.
|
org.wildfly.clustering.group |
Public clustering API which represent cluster group and its members.
|
org.wildfly.clustering.provider |
Public clustering API for registering services on a group of nodes.
|
org.wildfly.clustering.registry |
Public clustering API for clustered registry that stores a unique key/value pair per node.
|
Package | Description |
---|---|
org.wildfly.clustering.marshalling |
Package | Description |
---|---|
org.wildfly.clustering.singleton | |
org.wildfly.clustering.singleton.election | |
org.wildfly.clustering.singleton.service |
Package | Description |
---|---|
org.wildfly.clustering.web.annotation |
Package | Description |
---|---|
org.wildfly.extension.core.management.client |
Package | Description |
---|---|
org.wildfly.extension.elytron | |
org.wildfly.extension.elytron.capabilities |
Capabilities backed by functional interfaces.
|
Package | Description |
---|---|
org.wildfly.httpclient.common |
Package | Description |
---|---|
org.wildfly.httpclient.ejb |
Package | Description |
---|---|
org.wildfly.httpclient.naming |
Package | Description |
---|---|
org.wildfly.httpclient.transaction |
Package | Description |
---|---|
org.jboss.naming.remote.client | |
org.wildfly.naming.client | |
org.wildfly.naming.client._private | |
org.wildfly.naming.client.remote | |
org.wildfly.naming.client.store | |
org.wildfly.naming.client.util | |
org.wildfly.naming.security |
Package | Description |
---|---|
org.wildfly.security |
WildFly security base package.
|
org.wildfly.security.asn1 |
AS1 constants and utilities.
|
org.wildfly.security.auth |
Classes relating to authentication on the client and server side.
|
org.wildfly.security.auth.callback |
Extended callbacks and supporting utilities which allow efficient callback handler implementation.
|
org.wildfly.security.auth.client |
Elytron Client enable remote clients to authenticate using Elytron.
|
org.wildfly.security.auth.jaspi |
JSR-196 Java Authentication SPI for Containers (JASPI) - Public API.
|
org.wildfly.security.auth.permission |
Permissions which pertain to authentication and authorization.
|
org.wildfly.security.auth.principal |
The principal types used by this API.
|
org.wildfly.security.auth.server |
Server side of authentication provided by Elytron.
|
org.wildfly.security.auth.server.event | |
org.wildfly.security.auth.util |
Miscellaneous utility classes and APIs for client and server login applications.
|
org.wildfly.security.authz |
Elytron's Authorization API
|
org.wildfly.security.credential | |
org.wildfly.security.credential.source | |
org.wildfly.security.credential.store |
Package for Credential Store API/SPI classes and interfaces.
|
org.wildfly.security.evidence |
The evidence types used by Elytron.
|
org.wildfly.security.http |
Package containing the HTTP based authentication APIs, SPIs and related classes.
|
org.wildfly.security.key | |
org.wildfly.security.manager |
The WildFly security manager implementation and supporting utilities.
|
org.wildfly.security.manager.action | |
org.wildfly.security.mechanism | |
org.wildfly.security.password |
Packages and files for handling text passwords and their various encoding strategies.
|
org.wildfly.security.password.interfaces |
Interfaces which represent each of the supported password encoding strategies.
|
org.wildfly.security.password.spec |
Classes intended to hold raw password material.
|
org.wildfly.security.password.util | |
org.wildfly.security.permission | |
org.wildfly.security.sasl.util | |
org.wildfly.security.ssl | |
org.wildfly.security.x500 |
Package containing X.500 representations.
|
org.wildfly.security.x500.cert |
Package containing APIs for generating certificates and certificate signing requests.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.