Search:

Type: Posts; User: AHungerArtist; Keyword(s):

Search: Search took 0.02 seconds.

  1. @Configuration type support for Spring-WS

    I've really enjoyed all the @Configuration options that Spring has introduced and they've even done interesting work in the WebMVC area. I was wondering is something like that going to be coming to...
  2. How to test constructor of a class that has a @PostConstruct method using Spring?

    If I have a class with a @PostConstruct method, how can I test its constructor and thus its @PostConstruct method using JUnit and Spring? I can't simply use new ClassName(param, param) because then...
  3. Replies
    5
    Views
    5,677

    If you fail on unknown properties, all the...

    If you fail on unknown properties, all the attributes and children of that property will not get parsed. In the hotel example, that's the top level element, so there'd be nothing to get.

    Use this:...
  4. Replies
    4
    Views
    8,658

    Use this: public class...

    Use this:


    public class ExtendedMappingJacksonJsonView extends MappingJacksonJsonView {

    @SuppressWarnings("unchecked")
    @Override
    protected Object filterModel(Map<String, Object> model)...
Results 1 to 4 of 4