Class ConfigurationBuilderImpl

java.lang.Object
org.apache.cxf.jaxrs.bootstrap.ConfigurationBuilderImpl
All Implemented Interfaces:
jakarta.ws.rs.SeBootstrap.Configuration.Builder

public class ConfigurationBuilderImpl extends Object implements jakarta.ws.rs.SeBootstrap.Configuration.Builder
  • Constructor Details

    • ConfigurationBuilderImpl

      public ConfigurationBuilderImpl()
  • Method Details

    • build

      public jakarta.ws.rs.SeBootstrap.Configuration build()
      Specified by:
      build in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
    • property

      public jakarta.ws.rs.SeBootstrap.Configuration.Builder property(String name, Object value)
      Specified by:
      property in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
    • from

      public <T> jakarta.ws.rs.SeBootstrap.Configuration.Builder from(BiFunction<String,Class<T>,Optional<T>> propertiesProvider)
      Specified by:
      from in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
    • from

      public jakarta.ws.rs.SeBootstrap.Configuration.Builder from(Object externalConfig)
      Specified by:
      from in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder