Interface Named

All Known Implementing Classes:
Base64Variant, Named.StringAsNamed

public interface Named
Simple tag interface used primarily to allow databind to pass entities with name without needing to expose more details of implementation.

NOTE: in Jackson 2.x, was part of `jackson-databind`: demoted here for 3.0.

Since:
3.0
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Named
     
     
  • Method Details